UNLOCK PIXELS

This command will unlock the current bitmap after faster reading and writing of visual data.

  Syntax
UNLOCK PIXELS
  Returns

This command does not return a value.

  Description

Use the LOCK PIXELS command to perform modification of visual data much faster.

  Example Code
LOCK PIXELS
DOT 10,10
UNLOCK PIXELS
WAIT KEY
  See also

BASIC2D Commands Menu
Index